速報APP / 教育 / Binary Converter

Binary Converter

價格:免費

更新日期:2015-08-25

檔案大小:7.7M

目前版本:1.0

版本需求:Android 2.3.3 以上版本

官方網站:http://hexbinario.com/

Email:richardidlewise@gmail.com

聯絡地址:Makati City

Binary Converter(圖1)-速報App

If you would like to perform the conversion manually instead of using the binary to hex converter, here are the 5 steps for manually converting a binary (base 2) number into a hexadecimal (base 16) number, a Decimal (base 10) number, and Octal (base 8) number

How to Convert Binary to Hexadecimal

Binary Converter(圖2)-速報App

Step #1: Working from right to left, split the binary number into groups of 4 digits. If the left-most grouping has less than 4 digits, make up the difference with zeros

Step #2: Populate the next row with "8 4 2 1" under each grouping. The 8-4-2-1 represents the binary place values for each of the four positions, the combination of which total up to 15 (the highest digit that can be used in a base 16 number, similar to the "9" in the decimal system)

Binary Converter(圖3)-速報App

Step #3: Multiply the each digit in Row A by the corresponding place value in Row B and place the result in Row C.

Step #4: Add the products in Row C for each group of 4 and place the total in Row D.

Binary Converter(圖4)-速報App

Step #5: Change any values in Row D that are greater than 9 into the hexadecimal letter they are represented by.

Note Binary to Octal will use the same Method But using "4 2 1" in groups of 3 digits

Binary Converter(圖5)-速報App

How to Convert Binary to Decimal

converting a binary number to a decimal number is a simple process of identifying the place value of each digit, multiplying each digit by its place value, and then adding up all of the products.

Binary Converter(圖6)-速報App

A binary number is a number that consists of only 1s and 0s. Binary numbers use the base 2 system (hence the "bi" in binary), as opposed to decimal numbers that use the base 10 system.